/* ========== CONTENU DROITE ========== */

.projet-content {
    margin-left: 40%;
    width: 60%;
    height: calc(100vh - 90px);
    overflow-y: auto; /* seul le côté droit scroll */
    padding: 40px;
    background-color: #ffffff;
}

.projet-description p {
    margin-bottom: 20px;
}

.button-site {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    padding: 12px;
    background-color: #B1BAE1;
    color: #ffffff;
    border-radius: 20px;
}

.info p{
    margin-top: 30px;
}

.projet-content img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-radius: 12px;
}

.deux-images {
    display: flex; 
    gap: 20px; 
    margin-bottom: 40px; 
}

.deux-images img {
    width: 50%;
    height: auto;
    border-radius: 12px;
}

@media screen and (max-width: 768px) {
    .deux-images img {
        width: 100%;
    }

}
